@charset "UTF-8";

.del_0 img {
    width: 20px;
    text-align: right;
}

.iw .row {
    border-bottom: 1px solid hsla(0, 0%, 77%, 1.00);
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.del_0 {
    float: right
}

.iqw .iw {
    width: auto;
    padding: 15px;
    background: #FFF;
}

.iw span {
    color: hsla(0, 0%, 29%, 1.00);
    font-family: Arial, "微軟正黑體";
    font-size: 14px;
}

.iqw .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    width: 290px;
}

.iw .col-md-9 a {
    font-size: 14px;
}

.inq2 {
    position: relative
}

.inq_qu {
    font-size: 14px;
    color: #ff0000;
    width: 21px;
    height: 21px;
    border-radius: 98em;
    display: inline-block;
    margin-left: 4px;
}



.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
    background: #fff;
}

.rwd-table th,
.rwd-table td {
    margin: 0.5em 1em;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 16px;
    padding-top: 16px;
}

.rwd-table {
    min-width: 100%;
    margin-bottom: 50px;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) "  ";
    font-weight: bold;
    width: 100%;
    display: block;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table th,
.rwd-table td:before {
    color: #313131;
    font-weight: bold;
}

@media (min-width: 768px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
        width: 150px;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

@media screen and (max-width: 996px) {
    .iqw .dropdown-menu {
        right: auto;
        left: 0 !important;
        width: 100%;
    }
}